More than just DX News

DX Calendar March 2025

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
ZF1A ZF2CA VU4AX PJ4K
P49Y VK9CU 6Y7EI D4DX
AH2R C6AJB CQ3W
J75A V26K
8P5A 3B9DJ
KP2B YJ0CA
PZ5TW TO1Q
ZF2RJ 5H3MB
TO4A ZF2LC
VP9/N1SV J38XB
TO3Z J79WTA
VK9XU DP0GVN
T32AZ E51ANQ
5W0UO FM/F8AAN
TZ1CE PJ7AA
J79BH TZ4AM
FS/VA3QSL
PJ2/N1ZZ
J79AN
5H3DX
FG4KH
7Q2T
VP2MMN
V26MN
OX3LX
FT4YM
8J1RL
4S7KKG
D68Z
H44MS
TY5C
6W7/ON4AVT
RI1ANE
If you want to implement calendar on your site simply add the following code:
<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=21&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>
You can change the size of calendar by changing width property in URL
For bigger calendar set greater value of width. For example

<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=30&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>